home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Scorpio / Horoscope Companion: Scorpio.iso / pc / scorpio / hf.dir / 00001.ls next >
Encoding:
Text File  |  1996-10-08  |  272 b   |  20 lines

  1. on startMovie
  2.   cursor(4)
  3.   setupMovie()
  4. end
  5.  
  6. on stopMovie
  7.   hCleanupSprites()
  8. end
  9.  
  10. on idle
  11.   CheckForRollovers(the rollOver)
  12. end
  13.  
  14. on setupMovie
  15.   global gSurpriseSpriteNum
  16.   setupVol()
  17.   set gSurpriseSpriteNum to 2
  18.   set the visible of sprite gSurpriseSpriteNum to 0
  19. end
  20.